home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcxl551.arc / TCXL_INC.EXE / lha / INC / TCXL_ZTC.H < prev    next >
Text File  |  1990-10-01  |  1KB  |  37 lines

  1. /*=====[ The TesSeRact(TM) CXL User Interface Development System ]======*
  2.  | Copyright (c) 1987-1990, Innovative Data Concepts. All Rights Reserved
  3.  |
  4.  | This Library is part of IDC's TesSeRact Development Tools product
  5.  | line. For information about other IDC products, call 1-215-884-3373.
  6.  *----------------------------------------------------------------------*
  7.  | <TCXL_ztc.h> : Internal Zortech C/C++ compiler-specific definitions.
  8.  *-------------------------------[ NOTES ]------------------------------*
  9.  | 1) Zortech C/C++ 2.0 or later is required for TCXL.
  10.  | 2) This file is automatically included by <TCXLdef.h> if the global
  11.  |    __ZTC__ symbol is defined.
  12.  *----------------------------------------------------------------------*
  13.  | PGS : $Id: tcxl_ztc.h 5.51 90/10/01 00:00:00 MLM Release Locker: MLM $
  14.  | $Log:    tcxl_ztc.h $
  15.  | Revision 5.51  90/10/01  00:00:00  MLM
  16.  | TCXL 5.51
  17.  | 
  18.  *======================================================================*/
  19. #ifndef  _TCXL_cc_            /* only one compiler */
  20. #  define   _TCXL_cc_   2     /* Zortech C/C++ */
  21. #  if __STDC__
  22. #     error TCXL requires extensions to the ANSI standard
  23. #  else
  24. #     define   CDC   cdecl
  25. #     define   PAS   pascal
  26. #     define   NEAR  near
  27. #     define   FAR   far
  28. #  endif
  29. #  ifndef   NULL
  30. #     ifdef    LPTR
  31. #        define   NULL  0L
  32. #     else
  33. #        define   NULL  0
  34. #     endif
  35. #  endif
  36. #endif   /* _TCXL_cc_ : End of <TCXL_ztc.h> */
  37.